SftTree/NET 2.0

Parent Property, ItemClass Class

Softel vdm, Inc.

Returns the parent item of the item.

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property Parent As ItemClass

C#   

public ItemClass Parent { get; }

C++   

public: property ItemClass^ Parent {
        ItemClass^ get();
}

Property Value

The parent item or null/Nothing if the item is a top-most item and has no parent.

Comments

The Parent property returns the parent item of the item.

To find an item's top-most parent, use the TopParent property instead.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com